/*头部*/
header{
	width: 100%;
	margin:auto;
	position: relative;
	z-index: 1000;
}
.header_top{
	width: 100%;
	background-color: #fff;
}
.header_nav{
	width: 1200px;
	height: 96px;
	line-height: 96px;
	margin: auto;
}
/*logo*/
.logo{
	float: left;
	margin-right:80px;
}
.logo>a>img{
	width: 227px;
	height: 64px;
	margin-left: 20px;
	vertical-align: middle;
}
/*导航栏*/
.header_nav>ul{
	float: right;
	height: 96px;
}
.header_nav>ul>li{
	margin:0px 30px;
	float: left;
	font-size: 14px;
	position: relative;
}
.header_nav>ul>li>a{
	/*display: block;*/
	color: #6c6c6c;
}
.header_nav>ul>li>a>i {
    background: url(../img/iconlist_2.png) no-repeat -175px 2px;
    padding-left: 16px;
}
.header_nav>ul>li:hover a, .header_nav>ul>li.active a{
	color: #0096e1;
	border-bottom: 3px solid #0096e1;
	padding-bottom: 36px;
}
.header_nav>ul>li:hover i, .header_nav>ul>li.active i{
	background: url(../img/iconlist_2.png) no-repeat -196px 2px;
    padding-left: 16px;
}
.help_cover{
	position: absolute;
    top: 96px;
    left: -42px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #dedddd;
    border-radius: 5px;
    box-shadow: 3px 4px 10px 2px #666;
    z-index: 0;
    padding: 5px 0px;
    display: none;
}
.help_cover>li{
    float: left;
    width: 144px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/*大图*/
.banner{
	position: relative;
	z-index: 0;
}
.banner>img{
	width:100%;
	display: block;
}


/*电话条*/
.telephone-line{
	width: 100%;
	background: url(../img/phone_bg.jpg) no-repeat;
	height: 144px;
}
.phone-icon{
	margin: auto;
	width: 591px;
}

/*底部*/
footer{
	width: 100%;
	background: #333131;
}
.footer{
	width: 980px;
	margin: auto;
}
.foot-ul{
	padding: 112px 0px 58px 0px;
	border-bottom: 1px solid #464444;
	height: 220px;
}
.foot-nav{
	float: left;
	width: 235px;
	margin-right: 50px;
}
.foot-nav:nth-child(4){
	float: right;
	width: auto;
	margin-right: 0;
}
.foot-nav-title{
	margin-bottom: 60px;
}
.foot-nav-title .down{
	width: 26px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 14px;
}
.foot-nav-title .word{
	font-size: 15px;
	color: #fff;
}
.foot-nav-content p{
	font-size: 11px;
	color: #b1b1b1;
	padding-bottom: 16px;
	width: 210px;
}
.foot-nav-content p.blue{
	font-size: 27px;
	color: #3e9bf3;
}
.foot-nav-content ol li{
	font-size: 11px;
	color: #b1b1b1;
	padding-bottom: 16px;
}
.foot-nav-content ol li a{
	color: #b1b1b1;
}
.blogroll{
	width: 555px;
	margin: auto;
	text-align: center;
	height: 60px;
    line-height: 60px;
}
.blogroll li{
	float: left;
	font-size: 11px;
}
.blogroll li.smalltitle{
	color: #fff;
}
.blogroll li a{
	color: #b1b1b1;
	margin:0px 10px;
}
.copyright{
	width: 625px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #7f7e7e;
	padding-bottom: 24px;
}
